"""
File: myinfo.py
Project 1.2
Prints my name, address, and phone number.
"""

print("Ken Lambert")
print("Virginia")
print("555-555-0101")
